home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / WW3DAxes.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  309 b   |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import "RIBCommandList.h"
  4. #import "Protocol_WWRenderable.h"
  5.  
  6. @interface WW3DAxes:Object  < WWRenderable >
  7. {
  8.   // generic compound command stuff
  9.   RIBCommandList  *ribCommandList;
  10.   RtBound         boundingBox;
  11.   BOOL            dirtyBoundingBox;
  12.   id              myShape;
  13. }
  14.  
  15. @end
  16.